vendor/golang.org/x/net/http2/hpack.Decoder.buf (field)
13 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L90: buf []byte // not owned; only valid during Write
hpack.go#L254: d.buf = p
hpack.go#L257: d.buf = d.saveBuf.Bytes()
hpack.go#L261: for len(d.buf) > 0 {
hpack.go#L270: if d.maxStrLen != 0 && int64(len(d.buf)) > 2*(int64(d.maxStrLen)+varIntOverhead) {
hpack.go#L273: d.saveBuf.Write(d.buf)
hpack.go#L305: b := d.buf[0]
hpack.go#L339: buf := d.buf
hpack.go#L348: d.buf = buf
hpack.go#L354: buf := d.buf
hpack.go#L391: d.buf = buf
hpack.go#L419: buf := d.buf
hpack.go#L428: d.buf = buf
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |